home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
Extras
/
FileMaker Pro 3.0 CD Extras
/
FileMaker And Apple Events
/
Syntax Examples
/
Objects
/
Menu Item Properties
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-24
|
437 b
|
12 lines
tell application "FileMaker Pro"
create menu item
class of first menu item of menu "File"
default type of second menu item of menu "File"
best type of menu item 5 of menu "File"
name of menu item 1 of menu "Font" of menu "Format"
item number of menu item "New…" of menu "File"
checked of menu item "Browse" of menu "Mode"
enabled of menu item "Clear" of menu "Edit"
notify address of first menu item of menu "External"
end tell